home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / README < prev   
Text File  |  1994-06-26  |  1KB  |  35 lines

  1.            README for GNU development tools
  2.  
  3. This directory contains various GNU compilers, assemblers, linkers, 
  4. debuggers, etc., plus their support routines, definitions, and documentation.
  5.  
  6. If you are receiving this as part of a GDB release, see the file gdb/README.
  7. If with a gas release, see gas/README;  if with a libg++ release,
  8. see libg++/README, etc.  That'll give you info about this
  9. package -- supported targets, how to use it, how to report bugs, etc.
  10.  
  11. It is now possible to automatically configure and build a variety of
  12. tools with one command.  To build all of the tools contained herein,
  13. run the ``configure'' script here, e.g.:
  14.  
  15.     ./configure 
  16.     make
  17.  
  18. If the configure script can't determine your type of computer, give it
  19. the name as an argument, for instance ``./configure sun4''.  You can
  20. use the script ``config.sub'' to test whether a name is recognized; if
  21. it is, config.sub translates it to a triplet specifying CPU, vendor,
  22. and OS.)
  23.  
  24. See etc/cfg-paper.texi, etc/configure.texi, and/or the README files in
  25. various subdirectories, for more details.
  26.  
  27. Much of the code and documentation enclosed, and this file, is
  28. copyright 1993 by the Free Software Foundation, Inc.  See the file
  29. COPYING or COPYING.LIB in the various directories, for a description of
  30. the GNU General Public License terms under which you can copy the
  31. files.
  32.  
  33. REPORTING BUGS: Again, see gdb/README, gas/README, etc., for info on where and
  34. how to report problems.
  35.